home *** CD-ROM | disk | FTP | other *** search
/ Champak 41 / Volume 41 - JOGO DISK .iso / Games / konka_66.swf / scripts / DefineSprite_305_gjg / frame_30 / DoAction.as
Text File  |  2007-05-10  |  157b  |  9 lines

  1. if(_root.pause == 0)
  2. {
  3.    if(g.hitTest(_parent.man.shenzi))
  4.    {
  5.       _root.nhp -= _root.diatk + 5;
  6.       _parent.man.gotoAndPlay("µî¿µëô");
  7.    }
  8. }
  9.